home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / kill.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  658 b   |  20 lines

  1.  
  2.  -- kill --
  3.  
  4. Kill (stop) programs or processes.
  5.  
  6. Usage:
  7.   kill [-f] <process1> [process2] [...]
  8.  
  9. The 'kill' command can be used to stop and eliminate one or more programs or
  10. processes.  The '-f' option means 'force' (i.e., stop the program even if it
  11. is not responding, or if there are errors of various types).  If no -f option
  12. is specified, the kill operation will tend to quit if errors are encountered
  13. while dismantling a process.  The only mandatory parameter is a process ID
  14. number (and, optionally, any number of additional process ID numbers).  To
  15. see a list of running processes, use the 'ps' command.
  16.  
  17. Options:
  18. -f  : Force kill -- ignore errors.
  19.  
  20.